substitution-permutation encryption - definizione. Che cos'è substitution-permutation encryption
Diclib.com
Dizionario ChatGPT
Inserisci una parola o una frase in qualsiasi lingua 👆
Lingua:

Traduzione e analisi delle parole tramite l'intelligenza artificiale ChatGPT

In questa pagina puoi ottenere un'analisi dettagliata di una parola o frase, prodotta utilizzando la migliore tecnologia di intelligenza artificiale fino ad oggi:

  • come viene usata la parola
  • frequenza di utilizzo
  • è usato più spesso nel discorso orale o scritto
  • opzioni di traduzione delle parole
  • esempi di utilizzo (varie frasi con traduzione)
  • etimologia

Cosa (chi) è substitution-permutation encryption - definizione

CIPHER DESIGN CONSTRUCTION
SP-network; Substitution-Permutation network; Substitution-permutation network; Permutation (Cryptography); Permutation (cryptography); Substitution–Permutation network

Cyclic permutation         
  • Matrix]] of <math>\pi</math>
TYPE OF (MATHEMATICAL) PERMUTATION WITH NO FIXED ELEMENT
Transposition (mathematics); Circular permutation; Adjacent transposition; Circular Permutation; Anticyclic permutation
In mathematics, and in particular in group theory, a cyclic permutation (or cycle) is a permutation of the elements of some set X which maps the elements of some subset S of X to each other in a cyclic fashion, while fixing (that is, mapping to themselves) all other elements of X. If S has k elements, the cycle is called a k-cycle.
Weierstrass substitution         
  • alt=
TECHNIQUE TO INTEGRATE RATIONAL FUNCTIONS INVOLVING TRIGONOMETRIC FUNCTIONS.
Weierstraß substitution; Weierstrass substitution method; Weierstrass substitution formula; Weierstrass substitution formulas; Weierstrass' substitution; The Weierstrass Substitution; Weierstrass Substitution; The Weierstrass substitution; The tangent half-angle substitution; Tangent half angle substitution; Weierstrass substitution; Universal trigonometric substitution
In integral calculus, the Weierstrass substitution or tangent half-angle substitution is a method for evaluating integrals, which converts a rational function of trigonometric functions of x into an ordinary rational function of t by setting t = \tan (x /2).Weisstein, Eric W.
Substitution tiling         
TERM IN MATHEMATICS
Tile-substitution; Tile substitution
In geometry, a tile substitution is a method for constructing highly ordered tilings. Most importantly, some tile substitutions generate aperiodic tilings, which are tilings whose prototiles do not admit any tiling with translational symmetry.

Wikipedia

Substitution–permutation network

In cryptography, an SP-network, or substitution–permutation network (SPN), is a series of linked mathematical operations used in block cipher algorithms such as AES (Rijndael), 3-Way, Kalyna, Kuznyechik, PRESENT, SAFER, SHARK, and Square.

Such a network takes a block of the plaintext and the key as inputs, and applies several alternating rounds or layers of substitution boxes (S-boxes) and permutation boxes (P-boxes) to produce the ciphertext block. The S-boxes and P-boxes transform (sub-)blocks of input bits into output bits. It is common for these transformations to be operations that are efficient to perform in hardware, such as exclusive or (XOR) and bitwise rotation. The key is introduced in each round, usually in the form of "round keys" derived from it. (In some designs, the S-boxes themselves depend on the key.)

Decryption is done by simply reversing the process (using the inverses of the S-boxes and P-boxes and applying the round keys in reversed order).